home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 30 / CD-ROM 30 / CD-ROM 30.iso / aplicat / shell / cobshell.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1997-10-18  |  1.1 KB  |  56 lines

  1. object Form3: TForm3
  2.   Left = 364
  3.   Top = 177
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'About'
  6.   ClientHeight = 207
  7.   ClientWidth = 243
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 144
  22.     Top = 96
  23.     Width = 678
  24.     Height = 29
  25.     Caption = '1997 by Luis Cobian. FREEWARE.  cobian@educ.umu.se'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWhite
  28.     Font.Height = -24
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold, fsItalic]
  31.     ParentFont = False
  32.   end
  33.   object Button1: TButton
  34.     Left = 88
  35.     Top = 176
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&OK'
  39.     Default = True
  40.     TabOrder = 0
  41.     OnClick = Button1Click
  42.   end
  43.   object Timer1: TTimer
  44.     Interval = 10
  45.     OnTimer = Timer1Timer
  46.     Left = 56
  47.     Top = 8
  48.   end
  49.   object Timer2: TTimer
  50.     Interval = 100
  51.     OnTimer = Timer2Timer
  52.     Left = 96
  53.     Top = 8
  54.   end
  55. end
  56.